gtkgesture: Consume button release/touch end events if gesture was claimed
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 24 May 2017 16:22:00 +0000 (18:22 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 25 May 2017 14:25:59 +0000 (16:25 +0200)
commitf8bc56dd553aebce376ba0eab6e296e19762b781
tree9a4005a0666f6e7772b67f855d67cdd997c8c833
parent8371b6b8576830a51a350a09cf12c601c99c8027
gtkgesture: Consume button release/touch end events if gesture was claimed

In these situations we must perform the "is it claimed" check before removing
the (touch)point, as doing so when the gesture is empty will be too late if
the gesture actually claimed input.
gtk/gtkgesture.c